home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / fx / water_trail_bubble.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  592 b   |  41 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 1.0
  5.     path models/fx/dummy
  6.     skelmodel dummy2.skd
  7. }
  8.  
  9. init
  10. {
  11.     client
  12.     {
  13.         //cache some stuff used in this effect
  14.         cache water_trail_bubble.spr
  15.  
  16.         // a single lonely bubble...
  17.         sfx originspawn
  18.         (
  19.             model water_trail_bubble.spr
  20.             spritegridlighting
  21.             spawnrange 1536
  22.             wateronly
  23.             alpha 1.0
  24.             angles 0 0 random 360
  25.             sphere 2
  26.             count 1
  27.             accel 0 0 72
  28. //            life autocalc
  29.             life 5
  30.             scalemin 0.2
  31.             scalemax 0.5
  32.             swarm 10 8 4
  33.         )
  34.     }
  35. }
  36.  
  37. // This section is just needed to be a valid tiki file
  38. animations
  39. {
  40.     idle dummy2.skc 
  41. }